Objects Types and Constants Properties Methods Object Hierarchy Index
True if backup files will be created.
C++:
#include "imsigx.h"
HRESULT hr = pObject->get_CreateBackup(&prop1);
HRESULT hr = pObject->put_CreateBackup(prop2);
Visual Basic:
prop1 = object.CreateBackup
object.CreateBackup = prop2
Parts:
prop1 |
[out][retval] |
True if backup files will be created. | |
prop2 |
[in] |
True if backup files will be created. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums